projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7c814
)
(abbrev): Add `provide'.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Mar 2007 22:02:41 +0000
(22:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Mar 2007 22:02:41 +0000
(22:02 +0000)
lisp/abbrev.el
patch
|
blob
|
history
diff --git
a/lisp/abbrev.el
b/lisp/abbrev.el
index 1363ccee561d17d0690e3e34e233527e01142521..83a3fbbe49d99d0423c91c19326982fc5399322f 100644
(file)
--- a/
lisp/abbrev.el
+++ b/
lisp/abbrev.el
@@
-363,5
+363,7
@@
A prefix argument means don't query; expand all abbrevs."
(if (or noquery (y-or-n-p (format "Expand `%s'? " string)))
(expand-abbrev)))))))
+(provide 'abbrev)
+
;; arch-tag: dbd6f3ae-dfe3-40ba-b00f-f9e3ff960df5
;;; abbrev.el ends here